home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_4243.txt < prev    next >
Text File  |  1988-12-19  |  3KB  |  132 lines

  1. -- background: 4243 from stack: in
  2. -- bmap block id: 7580
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=64 top=60 right=86 bottom=311
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 18
  21. -- style flags: 0
  22. -- line height: 24
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=71 top=95 right=123 bottom=438
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 10
  35. -- style flags: 0
  36. -- line height: 13
  37. -- part name: 
  38.  
  39.  
  40. -- part 5 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=322 top=60 right=86 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 2
  48. -- text size: 18
  49. -- style flags: 0
  50. -- line height: 24
  51. -- part name: 
  52.  
  53.  
  54. -- part 6 (button)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=228 top=290 right=315 bottom=255
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 1014 / 1014
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Prev
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect wipe right
  69.   go to previous card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 7 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=257 top=290 right=315 bottom=284
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1013 / 1013
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Next
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect wipe left
  89.   go to next card
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 8 (button)
  95. -- low flags: 00
  96. -- high flags: 0004
  97. -- rect: left=3 top=23 right=52 bottom=35
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 21700 / 21700
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Home
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual effect iris open
  109.   go Home
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 9 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=414 top=288 right=316 bottom=451
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 1012 / 1012
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Return
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   visual effect iris close
  129.   pop card
  130. end mouseUp
  131.  
  132.